upgrade: Add support for --pull-only and --deploy-only
authorColin Walters <walters@verbum.org>
Thu, 5 Jan 2017 16:29:41 +0000 (11:29 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 27 Feb 2017 20:57:23 +0000 (20:57 +0000)
commit36b28cb4d2126320d07029432abd2327b442a126
tree59cd0895afc77a06fc7f4463a41a87b1c60d93eb
parent2c326d705eec5f379a01ba2b584986548473d6c2
upgrade: Add support for --pull-only and --deploy-only

This makes it easier to script downloading updates in the background,
and only do deployments just before rebooting.

Partially addresses https://github.com/ostreedev/ostree/issues/640

Closes: #642
Approved by: jlebon
Makefile-tests.am
man/ostree-admin-upgrade.xml
src/libostree/ostree-sysroot-upgrader.c
src/libostree/ostree-sysroot-upgrader.h
src/ostree/ot-admin-builtin-upgrade.c
tests/test-admin-pull-deploy-split.sh [new file with mode: 0755]